home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / cli / Jumpgate.readme < prev    next >
Encoding:
Text File  |  2000-01-03  |  1.5 KB  |  53 lines

  1. Short:        V2.0 - Patch programs for speed - Olly
  2. Author:       ollyk@one.net.au
  3. Uploader:     ollyk@one.net.au
  4. Type:         util/cli
  5. Distribution: To everybody..
  6.  
  7.  
  8. Jumpgate V2.0 searches for and patches unoptimised JSR and BSR instructions
  9. in any executable to JMP and BRA opcodes - even a Kickstart ROM image.
  10.  
  11. It's coded in 100% assembler, very fast in execution and won't leave you
  12. waiting around.
  13.  
  14. -------------------------------------------------------------------------
  15.  
  16. CHANGES FOR V1.1
  17. ----------------
  18.  
  19. No further optimisations, just much tighter (and even faster) code.
  20.  
  21.  
  22. CHANGES FOR V2.0
  23. ----------------
  24.  
  25. Added switchbank in commandline allowing individual optims to be switched
  26. on/off, for when a certain optim causes the executable to be less than
  27. fully functional.
  28.  
  29. Added 040+ mode so that LEA (A6),A6 is used instead of NOP which avoids
  30. pipeline stalls.
  31.  
  32. Added another patch:
  33.  
  34. ANDI.L #$0000FFFF,Dn to replace:
  35.  
  36. SWAP Dn
  37. CLR.W Dn
  38. SWAP Dn
  39.  
  40. Included a handy-dandy little executable "TestRun" that you can patch in
  41. numerous ways to find the fastest run for your processor type.
  42.  
  43.  
  44. ============================= Archive contents =============================
  45.  
  46. Original  Packed Ratio    Date     Time    Name
  47. -------- ------- ----- --------- --------  -------------
  48.     1140     776 31.9% 14-Dec-99 12:46:30  Jumpgate
  49.    12345    5475 55.6% 14-Dec-99 12:42:44  Jumpgate.guide
  50.      576     408 29.1% 14-Dec-99 12:18:20  TestRun
  51. -------- ------- ----- --------- --------
  52.    14061    6659 52.6% 16-Dec-99 04:33:42   3 files
  53.